πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Metrics_Api_(Tf.Metrics).md by @KGBicheno β˜†

Metrics API (tf.metrics)

Go back to the [[AI Glossary]]

A TensorFlow API for evaluating models. For example, tf.metrics.accuracy determines how often a model’s predictions match labels. When writing a custom Estimator, you invoke Metrics API functions to specify how your model should be evaluated.